PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.operators Package / PDFMoveToOperator Class / PDFMoveToOperator Constructor / PDFMoveToOperator Constructor(double,double)
The X coordinate of the point.
The Y coordinate of the point.
In This Topic
    PDFMoveToOperator Constructor(double,double)
    In This Topic
    Initializes a new Object.
    Syntax
    public PDFMoveToOperator( 
       double x,
       double y
    )

    Parameters

    x
    The X coordinate of the point.
    y
    The Y coordinate of the point.
    See Also